-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add troubleshoot in readme on import error #108
Conversation
i don't have merge access, if it looks good please merge for me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I think we might want to be more general about how we approach troubleshooting. This is more like a single item in a troubleshooting faq
Maybe we should just link them to a full working example template
README.md
Outdated
|
||
If you see import error when you do this | ||
|
||
```javascript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit I think this should be typescript since it only applies to typescript
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
I agree, we should probably make a docs page somewhere for troubleshooting. We have a few flushed out examples with TypeScript already, which a user could copy paste. We'd likely just want to focus on the onboarding experience for create aptos dapp |
Description
We should document this import error due to tsconfig, im putting it in readme for now.
Test Plan
Related Links